Point dns server to root dns servers [duplicate]
Posted
by
Dhaksh
on Server Fault
See other posts from Server Fault
or by Dhaksh
Published on 2014-08-19T02:32:13Z
Indexed on
2014/08/19
4:23 UTC
Read the original article
Hit count: 481
This question already has an answer here:
- What is a glue record? 3 answers
- Why does DNS work the way it does? 4 answers
I have setup a custom authoritative only DNS server using bind9. Its a Master ans Slave method.
Assume DNS Servers are:
ns1.customdnsserver.com [192.168.91.129] ==> Master
ns2.customdnsserver.com [192.168.91.130] ==> Slave
Now i will host few shared hosting websites in my own web server. Where i will link above Nameservers to my domains in shared hosting.
My Question is: How do i tell root DNS servers about my own authoritative only DNS server? So that when someone queries for domain www.example.com and if the domain's website is hosted in my shared hosting i want root servers to point the query to my own DNS Server so that the www.example.com get resolved for IP address.
© Server Fault or respective owner